[//000000001]: # (tcl::randomseed \- Reflected/virtual channel support) [//000000002]: # (Generated from file 'randseed\.man' by tcllib/doctools with format 'markdown') [//000000003]: # (Copyright © 2009 Andreas Kupries ) [//000000004]: # (tcl::randomseed\(n\) 1 tcllib "Reflected/virtual channel support")
[ Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]
# NAME tcl::randomseed \- Utilities for random channels # Table Of Contents - [Table Of Contents](#toc) - [Synopsis](#synopsis) - [Description](#section1) - [API](#section2) - [Bugs, Ideas, Feedback](#section3) - [Keywords](#keywords) - [Category](#category) - [Copyright](#copyright) # SYNOPSIS package require Tcl 8\.5 package require TclOO package require tcl::randomseed ?1? [__::tcl::randomseed__](#1) [__::tcl::combine__ *seed1* *seed2*](#2) # DESCRIPTION The __tcl::randomseed__ package provides a a few utility commands to help with the seeding of __[tcl::chan::random](tcllib\_random\.md)__ 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](http://core\.tcl\.tk/tcllib/reportlist)\. Please also report any ideas for enhancements you may have for either package and/or documentation\. When proposing code changes, please provide *unified diffs*, i\.e the output of __diff \-u__\. Note further that *attachments* are strongly preferred over inlined patches\. Attachments can be made by going to the __Edit__ form of the ticket immediately after its creation, and then using the left\-most button in the secondary navigation bar\. # KEYWORDS [/dev/random](\.\./\.\./\.\./\.\./index\.md\#\_dev\_random), [merge](\.\./\.\./\.\./\.\./index\.md\#merge), [random](\.\./\.\./\.\./\.\./index\.md\#random), [reflected channel](\.\./\.\./\.\./\.\./index\.md\#reflected\_channel), [seed](\.\./\.\./\.\./\.\./index\.md\#seed), [tip 219](\.\./\.\./\.\./\.\./index\.md\#tip\_219), [virtual channel](\.\./\.\./\.\./\.\./index\.md\#virtual\_channel) # CATEGORY Channels # COPYRIGHT Copyright © 2009 Andreas Kupries