Method Image.Image()->random()


Method random
Method randomgrey

object random()
object random(int seed)
object random(function(int:string) random)
object randomgrey()
object randomgrey(int seed)
object randomgrey(function(int:string) random)

Description

Gives a randomized image;

original ->random() ->random(17) greyed
(same again)
color(red)
(same again)
...red channel

Use with ->grey() or ->color() for one-color-results.

Returns

a new image

See also

test, noise