Skip to content
Commit 16a44bdf authored by Karl Rupp's avatar Karl Rupp
Browse files

Lanczos: Removed Boost dependency by replacing random number generator.

Simple random number generators now available in viennacl::tools:
 - uniform in closed interval [0, 1]
 - normally distributed
Both implementations based on rand(), hence not thread-safe.
However, they suffice for the time being.
parent 922432e0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment