Variables Allowed Variable Names Stylistic Conventions Variables A variable, in Julia, is a name associated (or bound) to a value. It’s useful when you want to store a value ...
Random Numbers Random numbers module Random generation functions Subsequences, permutations and shuffling Generators (creation and seeding) Hooking into the Random API Generati...
Tasks Scheduling Tasks Core.Task — Type. Task ( func ) Create a Task (i.e. coroutine) to execute the given function func (which must be callable with no arguments). Th...