Skip to content

Instantly share code, notes, and snippets.

@guyzmo
Last active March 10, 2017 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guyzmo/9f92fca74335f6fae1bdd07ef2e1f070 to your computer and use it in GitHub Desktop.
Save guyzmo/9f92fca74335f6fae1bdd07ef2e1f070 to your computer and use it in GitHub Desktop.
float_random snippet
with Ada.Numerics.Float_Random;
declare
Seed : Ada.Numerics.Float_Random.Generator;
begin
delay Duration (Ada.Numerics.Float_Random.Random (Seed) * 0.500);
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment