tcl::randomseed - Reflected/virtual channel support

[ Tcllib Table Of Contents | Tcllib Index ]

tcl::randomseed(n) 1 "Reflected/virtual channel support"

Name

tcl::randomseed - Utilities for random channels

Synopsis

  • package require Tcl 8.5
  • package require TclOO
  • package require tcl::randomseed ?1?

Description

The tcl::randomseed package provides a a few utility commands to help with the seeding of tcl::chan::random channels.

API

::tcl::randomseed

This command creates returns a list of seed integers suitable as seed argument for random channels. The numbers are derived from the process id, current time, and Tcl random number generator.

::tcl::combine seed1 seed2

This command takes to seed lists and combines them into a single list by XORing them elementwise, modulo 256. If the lists are not of equial length the shorter of the two is padded with 0s before merging.

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category virtchannel of the Tcllib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

Category

Channels

Copyright © 2015 for compilation: ActiveState