Pudu programming language
Menu
API reference

Std.Random.fromClock

1 declaration

fn

fromClock: Std.Random.Generator

This is a callable function.

What it does

A generator started from the clock.

Not for anything that must be unguessable: the clock is readable by anyone

who can run the program at the same moment. Std.Crypto is where a secret

belongs.

Read the signature

  • The text after the name is the type checked by Pudu.

Back to Std.RandomSearch related declarations