Skip to content

sklam/example_numba_random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

example_numba_random

This contains example code for doing random number generation in numba.

The testrand.py script contains:

  1. Reusing old and removed numba.random module. The module is renamed and modified to randomlibrary. It uses numpy's internal shared library for the random number generation.

  2. Using ctypes to wrap libc's rand() and srand() for random number generation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages